메소드 | 설명 | |
---|---|---|
ConvertTypeLibToAssembly ( ITypeLib typeLib ) : |
||
CreateDynamicCallWrapper ( object target, |
||
Get32bitExePath ( ) : string | ||
GetAppDataDirectory ( ) : string | ||
GetAppDirectory ( ) : string | ||
GetCategoryName ( System.Guid catid ) : string | ||
GetDispatchTypeInfo ( object comObj ) : |
||
GetExePath ( ) : string | ||
GetILForSD ( byte sd ) : string | ||
GetInterfaceType ( System.Guid iid ) : |
||
GetMonikerDisplayName ( IMoniker pmk ) : string | ||
GetObjectClass ( object p ) : System.Guid | ||
GetPluginDirectory ( ) : string | ||
GetStringSDForSD ( byte sd ) : string | ||
GetTypeLibDirectory ( ) : string | ||
HasSubkey ( this key, string name ) : bool | ||
IsComImport ( |
||
IsValidGUID ( string guid ) : bool | ||
LoadObjectFromStream ( object obj, Stream stm ) : void | ||
LoadTypeLib ( string path ) : |
||
LoadTypeLibAssemblies ( ) : void | ||
MarshalObject ( object obj ) : byte[] | ||
MemberInfoToString ( |
||
OleLoadFromStream ( Stream stm ) : object | ||
OleSaveToStream ( object obj, Stream stm ) : void | ||
ReadGuidFromKey ( |
||
ReadIntFromKey ( |
||
ReadSecurityDescriptorFromKey ( |
||
ReadStringFromKey ( |
||
SDHasAC ( byte sd ) : bool | ||
SaveObjectToStream ( object obj, Stream stm ) : void |
메소드 | 설명 | |
---|---|---|
COMUtilities ( ) : System | ||
CoCreateInstance ( System.Guid &rclsid, |
||
CoGetClassObject ( System.Guid &rclsid, CLSCTX dwClsContext, |
||
CoUnmarshalInterface ( IStream stm, System.Guid &riid, |
||
ConvertSecurityDescriptorToStringSecurityDescriptor ( byte sd, uint rev, SECURITY_INFORMATION secinfo, |
||
CreateBindCtx ( [ reserved ) : IBindCtx | ||
CreateForwardingMethod ( |
||
CreateForwardingProperty ( |
||
CreateObjrefMoniker ( [ punk ) : IMoniker | ||
CreateWrapper ( |
||
CreateWrapperTypeDeclaration ( |
||
CurrentDomain_AssemblyResolve ( object sender, |
||
GetParameter ( |
||
LoadBuiltinTypes ( |
||
LoadTypeLibEx ( String strTypeLibName, RegKind regKind, [ typeLib ) : void | ||
LocalFree ( |
||
RegisterTypeInterfaces ( |
||
SHCreateStreamOnFile ( string pszFile, STGM grfMode, |
public static ConvertTypeLibToAssembly ( ITypeLib typeLib ) : |
||
typeLib | ITypeLib | |
리턴 |
public static CreateDynamicCallWrapper ( object target, |
||
target | object | |
t | ||
리턴 | dynamic |
public static GetCategoryName ( System.Guid catid ) : string | ||
catid | System.Guid | |
리턴 | string |
public static GetDispatchTypeInfo ( object comObj ) : |
||
comObj | object | |
리턴 |
public static GetInterfaceType ( System.Guid iid ) : |
||
iid | System.Guid | |
리턴 |
public static GetMonikerDisplayName ( IMoniker pmk ) : string | ||
pmk | IMoniker | |
리턴 | string |
public static GetObjectClass ( object p ) : System.Guid | ||
p | object | |
리턴 | System.Guid |
public static HasSubkey ( this key, string name ) : bool | ||
key | this | |
name | string | |
리턴 | bool |
public static LoadObjectFromStream ( object obj, Stream stm ) : void | ||
obj | object | |
stm | Stream | |
리턴 | void |
public static LoadTypeLib ( string path ) : |
||
path | string | |
리턴 |
public static MemberInfoToString ( |
||
member | ||
리턴 | string |
public static OleLoadFromStream ( Stream stm ) : object | ||
stm | Stream | |
리턴 | object |
public static OleSaveToStream ( object obj, Stream stm ) : void | ||
obj | object | |
stm | Stream | |
리턴 | void |
public static ReadGuidFromKey ( |
||
rootKey | ||
keyName | string | |
valueName | string | |
리턴 | System.Guid |
public static ReadIntFromKey ( |
||
rootKey | ||
keyName | string | |
valueName | string | |
리턴 | int |
public static ReadSecurityDescriptorFromKey ( |
||
key | ||
value | string | |
리턴 |
public static ReadStringFromKey ( |
||
rootKey | ||
keyName | string | |
valueName | string | |
리턴 | string |
public static SaveObjectToStream ( object obj, Stream stm ) : void | ||
obj | object | |
stm | Stream | |
리턴 | void |