📄 mscorcfg.cs
字号:
Void set_DlgWidth( I4 value);
I4 get_DlgHeight();
Void set_DlgHeight( I4 value);
property WizardPageSize { get(){} set(){} };
property DlgWidth { get(){} set(){} };
property DlgHeight { get(){} set(){} };
}
class Microsoft.CLRAdmin.CCreateDeploymentPackageWiz3 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.Label m_lblSummary;
Void Microsoft.CLRAdmin.CCreateDeploymentPackageWiz3();
I4 InsertPropSheetPageControls();
}
class Microsoft.CLRAdmin.CCreateDeploymentPackageWiz2 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.Label m_lblHelpText;
Class System.Windows.Forms.CheckBox m_chkSavePolicy;
Void Microsoft.CLRAdmin.CCreateDeploymentPackageWiz2();
I4 InsertPropSheetPageControls();
Void onSavePolicyClick( Object o, Class System.EventArgs e);
}
class Microsoft.CLRAdmin.CCreateDeploymentPackageWiz1 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.RadioButton m_radEnterprise;
Class System.Windows.Forms.Label m_lblChooseSecurityPolicy;
Class System.Windows.Forms.Button m_btnBrowse;
Class System.Windows.Forms.RadioButton m_radMachine;
Class System.Windows.Forms.Label m_lblHelp;
Class System.Windows.Forms.Label m_lblHelp2;
Class System.Windows.Forms.Label m_lblChooseMSIFile;
Class System.Windows.Forms.TextBox m_txtFilename;
Class System.Windows.Forms.RadioButton m_radUser;
Void Microsoft.CLRAdmin.CCreateDeploymentPackageWiz1();
I4 InsertPropSheetPageControls();
String get_Filename();
ValueClass System.Security.PolicyLevelType get_MyPolicyLevel();
String get_FileToPackage();
Void PutValuesinPage();
Void onBrowse( Object o, Class System.EventArgs e);
Void onTextChange( Object o, Class System.EventArgs e);
property Filename { get(){} set(){} };
property MyPolicyLevel { get(){} set(){} };
property FileToPackage { get(){} set(){} };
}
class Microsoft.CLRAdmin.CCreateDeploymentPackageWizard : Microsoft.CLRAdmin.CSecurityWizard
{
I4 PIDSI_REVNUMBER;
I4 VT_LPSTR;
Class Microsoft.CLRAdmin.CGenSecurity m_secNode;
Void Microsoft.CLRAdmin.CCreateDeploymentPackageWizard( Class Microsoft.CLRAdmin.CGenSecurity node);
Class Microsoft.CLRAdmin.CCreateDeploymentPackageWiz1 get_Page1();
Class Microsoft.CLRAdmin.CCreateDeploymentPackageWiz2 get_Page2();
Class Microsoft.CLRAdmin.CCreateDeploymentPackageWiz3 get_Page3();
String get_MSIFilename();
ValueClass System.Security.PolicyLevelType get_MyPolicyLevel();
String get_FileToPackage();
I4 WizSetActive( I hwnd);
I4 WizNext( I hwnd);
I4 WizFinish();
Boolean CreateMyMSIFile( String sNameOfFileToPackage, String sNameOfMSIFile, ValueClass System.Security.PolicyLevelType polType);
I4 MsiOpenDatabase( String szDatabasePath, I4 szPersist, ByRef I phDatabase);
I4 MsiDatabaseOpenView( I hDatabase, String szQuery, ByRef I phView);
I4 MsiViewExecute( I hView, I hRecord);
I4 MsiCloseHandle( I handle);
I4 MsiDatabaseCommit( I handle);
I4 MsiViewFetch( I hView, ByRef I phRecord);
I4 MsiRecordSetStream( I hRecord, UI4 iField, String szFilePath);
I4 MsiViewModify( I hView, UI4 eModifyMode, I hRecord);
I MsiCreateRecord( UI4 cParams);
I4 MsiRecordSetString( I hRecord, UI4 iField, String szValue);
I4 MsiRecordSetInteger( I hRecord, UI4 iField, I4 iValue);
I4 MsiRecordGetString( I hRecord, UI4 iField, I szValue, ByRef I4 pcchValueBuf);
I4 MsiGetSummaryInformation( I hRecord, String szDatabasePath, UI4 uiUpdateCount, ByRef I phSummaryInfo);
I4 MsiSummaryInfoSetProperty( I hSummaryInfo, UI4 uiProperty, UI4 uiDataType, I4 iValue, I4 pftValue, String szValue);
I4 MsiSummaryInfoPersist( I hSummaryInfo);
I4 CreateCab( String szFileToCompress, String szCabFilename);
property Page1 { get(){} set(){} };
property Page2 { get(){} set(){} };
property Page3 { get(){} set(){} };
property MSIFilename { get(){} set(){} };
property MyPolicyLevel { get(){} set(){} };
property FileToPackage { get(){} set(){} };
}
class Microsoft.CLRAdmin.CSecurityAdjustmentWiz3 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Data.DataTable m_dt;
Class System.Windows.Forms.Label m_lblSummary;
Class System.Windows.Forms.DataGrid m_dg;
Class System.Windows.Forms.Label m_lblDes;
Class System.Data.DataSet m_ds;
Class System.Windows.Forms.Label m_lblUserProblem;
SZArray I4 m_nLevels;
Boolean m_fUserProblems;
Void Microsoft.CLRAdmin.CSecurityAdjustmentWiz3();
Void Init( SZArray I4 nLevels);
Void set_UserProblems( Boolean value);
I4 InsertPropSheetPageControls();
Void CreateTable();
String TurnSecurityLevelNumberIntoString( I4 nNumber);
property UserProblems { get(){} set(){} };
}
class Microsoft.CLRAdmin.CSecurityAdjustmentWiz2 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.Label m_lblSelectZone;
Class System.Windows.Forms.GroupBox m_gbChooseLevel;
Class System.Windows.Forms.ListView m_lvZones;
Class System.Windows.Forms.Label m_lblNoTrust;
Class System.Windows.Forms.Label m_lblFullTrust;
Class System.Windows.Forms.Button m_btnDefault;
Class System.Windows.Forms.Label m_lblTrustDescription;
Class System.Windows.Forms.TrackBar m_tbLevelOfTrust;
Class System.Windows.Forms.Label m_lblZoneDescription;
SZArray String m_sZoneDescriptions;
SZArray String m_sSecLevelDescriptions;
SZArray I4 m_nZoneLevels;
SZArray I4 m_nDefaultLevels;
SZArray I4 m_nMaxLevels;
Class System.Windows.Forms.ImageList m_ilIcons;
String m_sOriginalGBText;
Void Microsoft.CLRAdmin.CSecurityAdjustmentWiz2();
SZArray I4 get_SecurityLevels();
Void set_SecurityLevels( SZArray I4 value);
SZArray I4 get_MaxLevels();
Void set_MaxLevels( SZArray I4 value);
I4 InsertPropSheetPageControls();
Void AdjustTrackbarForZone( I4 nZoneNum);
Void onZoneChange( Object o, Class System.EventArgs e);
Void onLevelChange( Object o, Class System.EventArgs e);
Void onResetClick( Object o, Class System.EventArgs e);
Void PutValuesinPage();
property SecurityLevels { get(){} set(){} };
property MaxLevels { get(){} set(){} };
}
class Microsoft.CLRAdmin.CTrustAppWiz1 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.Label m_lblHomeUserDes;
Class System.Windows.Forms.Label m_lblChooseType;
Class System.Windows.Forms.RadioButton m_radHomeUser;
Class System.Windows.Forms.LinkLabel m_lblHomeUserHelp;
Class System.Windows.Forms.RadioButton m_radCorpUser;
Class System.Windows.Forms.LinkLabel m_lblCorpUserHelp;
Class System.Windows.Forms.Label m_lblCorpUserDes;
Boolean m_fMachineReadOnly;
Boolean m_fUserReadOnly;
Void Microsoft.CLRAdmin.CTrustAppWiz1( Boolean fMachineReadOnly, Boolean fUserReadOnly);
I4 InsertPropSheetPageControls();
Boolean get_isForHomeUser();
Void onHomeUserHelp( Object o, Class System.EventArgs e);
Void onCorpUserHelp( Object o, Class System.EventArgs e);
property isForHomeUser { get(){} set(){} };
}
class Microsoft.CLRAdmin.CSecurityAdjustmentWiz1 : Microsoft.CLRAdmin.CTrustAppWiz1
{
Void Microsoft.CLRAdmin.CSecurityAdjustmentWiz1( Boolean fMachineReadOnly, Boolean fUserReadOnly);
}
class Microsoft.CLRAdmin.CSecurityAdjustmentWizard : Microsoft.CLRAdmin.CSecurityWizard
{
Class System.Collections.ArrayList m_alNewCodeGroups;
Class System.Security.Policy.PolicyLevel m_pl;
Boolean m_fWizardFinished;
SZArray I4 m_iMaxLevelsMachine;
SZArray I4 m_iMaxLevelsUser;
SZArray I4 m_iCurrentLevelsUser;
SZArray I4 m_iCurrentLevelsMachine;
Class System.Threading.Thread m_tLevels;
Void Microsoft.CLRAdmin.CSecurityAdjustmentWizard( Boolean fMachineReadOnly, Boolean fUserReadOnly);
Class Microsoft.CLRAdmin.CSecurityAdjustmentWiz2 get_Page2();
Class Microsoft.CLRAdmin.CSecurityAdjustmentWiz3 get_Page3();
Boolean get_IsHomeUser();
I4 WizSetActive( I hwnd);
Void DiscoverLevels();
Void SetThreadPriority( Class System.Threading.Thread t, ValueClass System.Threading.ThreadPriority tp);
Boolean get_didUserPolicyChange();
Boolean get_didMachinePolicyChange();
I4 WizFinish();
Boolean DoesCGHaveCodegroup( Class System.Security.Policy.CodeGroup cg, Class System.Type t);
Class System.Security.Policy.CodeGroup GetCGWithMembershipCondition( Class System.Security.Policy.CodeGroup cg, ValueClass System.Security.SecurityZone sz, ByRef Class System.Security.Policy.CodeGroup cgParent);
SZArray I4 GetMaxLevels( Boolean fForMachine);
SZArray I4 GetCurrentLevelsUser();
SZArray I4 GetCurrentLevelsMachine();
SZArray I4 GetLevels( SZArray Class System.Security.Policy.PolicyLevel polLevels);
String GetCodegroupName( ValueClass System.Security.SecurityZone sz);
Class System.Security.PermissionSet GetPermissionSetNameFromSecurityLevel( Class System.Security.Policy.PolicyLevel pl, I4 nLevel);
property Page2 { get(){} set(){} };
property Page3 { get(){} set(){} };
property IsHomeUser { get(){} set(){} };
property didUserPolicyChange { get(){} set(){} };
property didMachinePolicyChange { get(){} set(){} };
}
class Microsoft.CLRAdmin.CTrustAppWiz8 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.DataGrid m_dg;
Class System.Data.DataTable m_dt;
Class System.Data.DataSet m_ds;
SZArray String m_sInfo;
Void Microsoft.CLRAdmin.CTrustAppWiz8();
I4 InsertPropSheetPageControls();
Void set_TableInfo( SZArray String value);
Void CreateTable();
property TableInfo { get(){} set(){} };
}
class Microsoft.CLRAdmin.CTrustAppWiz7 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.Label m_lblHelp;
Void Microsoft.CLRAdmin.CTrustAppWiz7();
I4 InsertPropSheetPageControls();
}
class Microsoft.CLRAdmin.CTrustAppWiz5 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.Label m_lblDes;
Class System.Windows.Forms.Label m_lblFT;
Class System.Windows.Forms.TrackBar m_tbTrust;
Class System.Windows.Forms.LinkLabel m_lblTrustHelp;
Class System.Windows.Forms.Label m_lblTrustDes;
Class System.Windows.Forms.GroupBox m_gbChooseTrust;
Class System.Windows.Forms.Label m_lblNoT;
SZArray String m_sSecLevelDescriptions;
I4 m_nTrustLevel;
I4 m_nMaxTrustLevel;
Void Microsoft.CLRAdmin.CTrustAppWiz5();
I4 InsertPropSheetPageControls();
Void PutValuesInPage();
I4 get_MyTrustLevel();
Void set_MyTrustLevel( I4 value);
I4 get_MaxTrustLevel();
Void set_MaxTrustLevel( I4 value);
Void onLevelChange( Object o, Class System.EventArgs e);
Void onTrustHelp( Object o, Class System.EventArgs e);
property MyTrustLevel { get(){} set(){} };
property MaxTrustLevel { get(){} set(){} };
}
class Microsoft.CLRAdmin.CTrustAppWiz4 : Microsoft.CLRAdmin.CWizardPage
{
Class System.Windows.Forms.LinkLabel m_lblHelpFT;
Class System.Windows.Forms.CheckBox m_chkGiveFull;
Class System.Windows.Forms.Label m_lblDes;
Class System.Windows.Forms.GroupBox m_gbIncreaseToFull;
Class System.Windows.Forms.Label m_lblDesOfFT;
Void Microsoft.CLRAdmin.CTrustAppWiz4();
I4 InsertPropSheetPageControls();
Void onCheckChange( Object o, Class System.EventArgs e);
Boolean get_GiveFullTrust();
Void onHelpFT( Object o, Class System.EventArgs e);
property GiveFullTrust { get(){} set(){} };
}
class Microsoft.CLRAdmin.CTrustAppWiz3 : Microsoft.CLRAdmin.CWizardPage
{
String m_sFilename;
Class System.Windows.Forms.Label m_lblSelectedAssem;
Class System.Windows.Forms.TextBox m_txtSelectedAssem;
Class System.Windows.Forms.Label m_lblHowToTrust;
Class System.Windows.Forms.RadioButton m_radOneAssem;
Class System.Windows.Forms.RadioButton m_radPublisher;
Class System.Windows.Forms.Label m_lblPublisher;
Class System.Windows.Forms.TextBox m_txtPublisher;
Class System.Windows.Forms.RadioButton m_radStrongName;
Class System.Windows.Forms.Label m_lblPublicKeyToken;
Class System.Windows.Forms.TextBox m_txtPublicKeyToken;
Class System.Windows.Forms.CheckBox m_chkVersion;
Class System.Windows.Forms.TextBox m_txtVersion;
Class System.Windows.Forms.LinkLabel m_llblHelp;
Class System.Security.Cryptography.X509Certificates.X509Certificate m_x509;
Class System.Security.Policy.StrongName m_sn;
Void Microsoft.CLRAdmin.CTrustAppWiz3();
I4 InsertPropSheetPageControls();
Void set_x509( Class System.Security.Cryptography.X509Certificates.X509Certificate value);
Class System.Security.Cryptography.X509Certificates.X509Certificate get_x509();
Void set_sn( Class System.Security.Policy.StrongName value);
Class System.Security.Policy.StrongName get_sn();
Void onHelpClick( Object o, Class System.EventArgs e);
Void EnableOneAssem( Boolean fDoOption, Boolean fEnable);
Void EnablePublisher( Boolean fDoOption, Boolean fEnable);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -