Inheritance: System.Runtime.InteropServices.SafeHandle
Exemple #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;
 }
 internal extern static bool IsImmediateCompletionCandidate(SafeCompressedStackHandle compressedStack, out CompressedStack innerCS);
 internal extern static DomainCompressedStack GetDomainCompressedStack(SafeCompressedStackHandle compressedStack, int index);
 internal extern static int GetDCSCount(SafeCompressedStackHandle compressedStack);
 internal extern static void DestroyDCSList( SafeCompressedStackHandle compressedStack );
 [System.Security.SecurityCritical]  // auto-generated
 private CompressedStack(SafeCompressedStackHandle csHandle, PermissionListSet pls)
 {
     this.m_csHandle = csHandle;
     this.m_pls = pls;
 }
 [System.Security.SecurityCritical]  // auto-generated
 internal CompressedStack( SafeCompressedStackHandle csHandle )
 {
     m_csHandle = csHandle;            
 }
Exemple #14
0
 internal extern IntPtr SetAppDomainStack(SafeCompressedStackHandle csHandle);