Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LibGit2Sharp
Blob
C# 클래스 LibGit2Sharp.Blob
Stores the binary content of a tracked file.
상속:
GitObject
파일 보기
프로젝트 열기: tclem/libgit2sharp
1 사용 예제들
공개 메소드들
메소드
설명
BuildFromPtr
(
IntPtr
obj
,
ObjectId
id
,
Repository
repo
) :
Blob
ContentAsUnicode
( ) :
string
ContentAsUtf8
( ) :
string
비공개 메소드들
메소드
설명
Blob
(
Repository
repo
,
ObjectId
id
) :
System
메소드 상세
BuildFromPtr()
공개
정적인
메소드
public
static
BuildFromPtr
(
IntPtr
obj
,
ObjectId
id
,
Repository
repo
) :
Blob
obj
System.IntPtr
id
ObjectId
repo
Repository
리턴
Blob
ContentAsUnicode()
공개
메소드
public
ContentAsUnicode
( ) :
string
리턴
string
ContentAsUtf8()
공개
메소드
public
ContentAsUtf8
( ) :
string
리턴
string