Inheritance: System.Runtime.InteropServices.SafeHandle
Ejemplo n.º 1
0
 internal extern IntPtr SetAppDomainStack(SafeCompressedStackHandle csHandle);
 internal extern static bool IsImmediateCompletionCandidate(SafeCompressedStackHandle compressedStack, out CompressedStack innerCS);
 internal extern static DomainCompressedStack GetDomainCompressedStack(SafeCompressedStackHandle compressedStack, int index);
 internal extern static void DestroyDCSList(SafeCompressedStackHandle compressedStack);
 internal extern static int GetDCSCount(SafeCompressedStackHandle compressedStack);
 [System.Security.SecurityCritical]  // auto-generated
 internal CompressedStack(SafeCompressedStackHandle csHandle)
 {
     m_csHandle = csHandle;
 }
 [System.Security.SecurityCritical]  // auto-generated
 private CompressedStack(SafeCompressedStackHandle csHandle, PermissionListSet pls)
 {
     this.m_csHandle = csHandle;
     this.m_pls      = pls;
 }
Ejemplo n.º 8
0
 internal extern static bool IsImmediateCompletionCandidate(SafeCompressedStackHandle compressedStack, out CompressedStack innerCS);
Ejemplo n.º 9
0
 internal extern static DomainCompressedStack GetDomainCompressedStack(SafeCompressedStackHandle compressedStack, int index);
Ejemplo n.º 10
0
 internal extern static int GetDCSCount(SafeCompressedStackHandle compressedStack);
Ejemplo n.º 11
0
 internal extern static void DestroyDCSList( SafeCompressedStackHandle compressedStack );
Ejemplo n.º 12
0
 [System.Security.SecurityCritical]  // auto-generated
 private CompressedStack(SafeCompressedStackHandle csHandle, PermissionListSet pls)
 {
     this.m_csHandle = csHandle;
     this.m_pls = pls;
 }
Ejemplo n.º 13
0
 [System.Security.SecurityCritical]  // auto-generated
 internal CompressedStack( SafeCompressedStackHandle csHandle )
 {
     m_csHandle = csHandle;            
 }
Ejemplo n.º 14
0
 internal extern IntPtr SetAppDomainStack(SafeCompressedStackHandle csHandle);